-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Hard Delete Action to SafeDeleteAdmin #236
Add Hard Delete Action to SafeDeleteAdmin #236
Conversation
Thanks for the PR 👍 . Could you check and fix the flake8 errors. With only two functions, this should be all right to duplicate the logic there. |
Fixed the Flake8 errors |
Thanks, there's still one left: |
28a0a93
to
47c349a
Compare
Sorry about that. Hopefully I got them all now. |
Added commit in attempt to fix the latest workflow errors |
Thanks again for the PR and the follow ups 👌 . |
I see that in the CHANGES file this one is mentioned for release 1.3.3, but as stated is not available as pip package yet. Is there any ETA on when this feature will be released? This is a feature that we would really like to implement in some of our projects. |
Hi @jvdminne , I just released 1.3.3, enjoy 😃 . |
Awesome, thanks! I will try it asap. |
Adding a hard delete action to allow admins to permanently delete soft deleted records.
Function itself is near identical to the
undelete_selected
action but I am unsure whether we want to create another function, or functions, to extract the common behaviours.